.. __ESP32 DEVKIT V1_Blink: ESP32 DEVKIT V1_Blink ======================== ①Start Arduino IDE, open the code in File->Open...->Breakout Board for ESP32 ESP32S3>Sketch>ESP32_Sketch_ESP32_Blink>Sketch_ESP32_Blink .. image:: /Tutorial/img/ESP32流水灯程序打开.png .. image:: /Tutorial/img/32程序路径.png .. image:: /Tutorial/img/32程序.png ②Use USB cable to connect the ESP32 DEVKIT_V1 board to the computer. .. image:: /Tutorial/img/32供电.png ③Select your Board in Tools > Board menu > esp32 >DOIT ESP32 DEVKIT_V1 .. image:: /Tutorial/img/32板子选择.png ④Select the Port (if you don’t see the COMPort in your Arduino IDE, you need to lnstall cp2101 drivers windows .. image:: /Tutorial/img/32端口选择.png .. image:: /Tutorial/img/32端子查看.png ⑤Click the Upload button to your board .. image:: /Tutorial/img/下载键.png in the Arduino IDE.Wait a few seconds while the code compile sand up loads .. image:: /Tutorial/img/下载程序中.png If everything went as expected,you should see a “Done uploading.”message.If the ArduinoID Ereports errors may be you missed some steps. Arduino getting started guideis as follows `Errors when uploading a sketch `_ `Getting Started with Arduino products `_ .. image:: /Tutorial/img/下载程序成功.png